home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 096 / condor20.arc / READ.ME < prev    next >
Encoding:
Text File  |  1987-04-28  |  1.4 KB  |  44 lines

  1.  
  2. Here's a recap of what you should find in this archive...
  3.  
  4. CONDOR.EXE    The key to running RBBS-PC 15.1A "doorware" with PCBoard
  5.               versions 11.8D/E, single or multi-node configurations.
  6.  
  7. CONDOR.DOC    Detailed instructions for installation and use of
  8.               CONDOR.EXE.  This is REQUIRED reading!  Please don't
  9.               attempt to use CONDOR until you understand its
  10.               operation.
  11.  
  12. SAMPLE.BAT    An example of the preferred batch file format.
  13.  
  14. READ.ME       This file, including last-minute changes, if any.
  15.  
  16.  
  17. Please promptly report any problems with this package via the software
  18. problem report form within CONDOR.DOC.  
  19.  
  20. ==[ Corrections ]=============================================================
  21.  
  22. 28-Apr-87    1855h
  23. ------------------
  24. In Section 2.1 - Batch Files (CONDOR.DOC), we tell multi-node users to provide 
  25. a  "replaceable  parameter"   as  a  node  number  argument  to  the  doorware 
  26. application.   In effect,  this would appear as MONITOR %1.   This is  clearly 
  27. incorrect. 
  28.  
  29. With PCBoard, it is necessary to provide a separate copy of the invoking batch 
  30. file  to each node.   The following example would properly reside in node  2's 
  31. default (or system) directory... 
  32.  
  33. echo off
  34. cls
  35. c:\pcb\node2\condor pcboard.sys c:\pcb\doors\messages /2
  36. if errorlevel 3 goto exit
  37. cd\
  38. cd\pcb\doors
  39. monitor 2
  40. :exit
  41. cd\pcb\node2
  42. c:\pcb\board2.bat
  43.  
  44.